home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / bsrc_p2.arc / KEYBD.H < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-30  |  3.8 KB  |  105 lines

  1. /*--------------------------------------------------------------------------*/
  2. /*                                                                          */
  3. /*                                                                          */
  4. /*      ------------         Bit-Bucket Software <no-Inc>                   */
  5. /*      \ 10001101 /         Writers and Distributors of                    */
  6. /*       \ 011110 /          No-Cost<no-tm> Software.                       */
  7. /*        \ 1011 /                                                          */
  8. /*         ------            KopyRong (K) 1987.  ALL RIGHTS REVERSED.       */
  9. /*                                                                          */
  10. /*                                                                          */
  11. /*                                                                          */
  12. /*                                                                          */
  13. /*   This  software  package is being distributed WITH FULL SOURCE CODE     */
  14. /*   with the  following  conditions:    1)  If  anything awful happens     */
  15. /*   because  you  use    it   (or  don't  use  it),  you  accept  full     */
  16. /*   responsibility;  2) you  don't start making tons of voice calls to     */
  17. /*   the authors to complain or  make  suggestions  about enhancements,     */
  18. /*   useful or otherwise;  3) you  do not reuse this code in commercial     */
  19. /*   products without specific permission to do so  from  the  authors;     */
  20. /*   4) If you find any problems you send  fixes  to  the  authors  for     */
  21. /*   inclusion  in  updates;    5) You find some way  to  express  your     */
  22. /*   appreciation  for  this  method of distribution, either by writing     */
  23. /*   code or  application  notes,  or  just sending along a "Thank You"     */
  24. /*   message.                                                               */
  25. /*                                                                          */
  26. /*   There is  copyrighted  code  in  this product.  We either wrote it     */
  27. /*   ourselves or got  permission  to use it.  Please don't force us to     */
  28. /*   pay a lawyer --  have some respect for our motives and don't abuse     */
  29. /*   this "license".                                                        */
  30. /*                                                                          */
  31. /*                                                                          */
  32. /*--------------------------------------------------------------------------*/
  33.  
  34.  
  35. #define ALTA    0x1e00
  36. #define ALTB    0x3000
  37. #define ALTC    0x2e00
  38. #define ALTD    0x2000
  39. #define ALTE    0x1200
  40. #define ALTF    0x2000
  41. #define ALTG    0x2200
  42. #define ALTH    0x2300
  43. #define ALTI    0x1700
  44. #define ALTJ    0x2400
  45. #define ALTK    0x2500
  46. #define ALTL    0x2600
  47. #define ALTM    0x3200
  48. #define ALTN    0x3100
  49. #define ALTO    0x1800
  50. #define ALTP    0x1900
  51. #define ALTQ    0x1000
  52. #define ALTR    0x1300
  53. #define ALTS    0x1f00
  54. #define ALTT    0x1400
  55. #define ALTU    0x1600
  56. #define ALTV    0x2f00
  57. #define ALTW    0x1100
  58. #define ALTX    0x2d00
  59. #define ALTY    0x1500
  60. #define ALTZ    0x2600
  61.  
  62. #define CTRLC  0x2e03
  63.  
  64. #define ALT1    0x7800
  65. #define ALT2    0x7900
  66. #define ALT3    0x7a00
  67. #define ALT4    0x7b00
  68. #define ALT5    0x7c00
  69. #define ALT6    0x7d00
  70. #define ALT7    0x7e00
  71. #define ALT8    0x7f00
  72. #define ALT9    0x8000
  73. #define ALT0    0x8100
  74.  
  75. #define PGUP    0x4900
  76. #define PGDN    0x5100
  77. #define ALTF10    0x7100
  78.  
  79. #define PF1    0x3b00
  80. #define PF2    0x3c00
  81. #define PF3    0x3d00
  82. #define PF4    0x3e00
  83. #define PF5    0x3f00
  84. #define PF6    0x4000
  85. #define    PF7    0x4100
  86. #define PF8    0x4200
  87. #define PF9    0x4300
  88. #define PF10    0x4400
  89.  
  90. #define UPAR    0x4800
  91. #define LFAR    0x4b00
  92. #define RTAR    0x4d00
  93. #define DNAR    0x5000
  94.  
  95. #define SHF1    0x5400
  96. #define SHF2    0x5500
  97. #define SHF3    0x5600
  98. #define SHF4    0x5700
  99. #define SHF5    0x5800
  100. #define SHF6    0x5900
  101. #define SHF7    0x5a00
  102. #define SHF8    0x5b00
  103. #define SHF9    0x5c00
  104. #define SHF10    0x5d00
  105.